home *** CD-ROM | disk | FTP | other *** search
- Path: news.widomaker.com!usenet
- From: alas@p-o.widomaker.com ( )
- Newsgroups: comp.lang.c++
- Subject: function pointers and how to (ab)use them
- Date: 12 Apr 1996 01:45:24 GMT
- Organization: Widomaker Communication Services
- Message-ID: <4kkcjk$3om@news2.widomaker.com>
- Reply-To: alas@widomaker.com
- NNTP-Posting-Host: pm1-19.wmbg.widomaker.com
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.14
-
- I am a hobbist programer who like to play with code...my latest
- inspiration is self-modifing code and user (at run time) written code.
- Function pointers seem to give me this ability, but I am not sure about
- certain things. First: can I typecast an array of integers as a
- function? Second: can I treat a function pointer as an array? And
- lastly: how can I save the changes made to an .exe file through this sort
- of manipulation? Please email me at alas@widomaker.com
-
-